home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / okml339x.gpd < prev    next >
Encoding:
Text File  |  1999-07-30  |  20.8 KB  |  619 lines

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *Include: "StdNames.gpd"
  6. *MasterUnits: PAIR(360, 360)
  7. *ResourceDLL: "okm24res.dll"
  8. *PrinterType: SERIAL
  9.  
  10. *PrintRate: 262
  11. *PrintRateUnit: CPS
  12. *rcInstalledOptionNameID: 260
  13. *rcNotInstalledOptionNameID: 261
  14. *Feature: Orientation
  15. {
  16.     *rcNameID: =ORIENTATION_DISPLAY
  17.     *DefaultOption: PORTRAIT
  18.     *Option: PORTRAIT
  19.     {
  20.         *rcNameID: =PORTRAIT_DISPLAY
  21.     }
  22.     *Option: LANDSCAPE_CC270
  23.     {
  24.         *rcNameID: =LANDSCAPE_DISPLAY
  25.     }
  26. }
  27. *Feature: InputBin
  28. {
  29.     *rcNameID: =PAPER_SOURCE_DISPLAY
  30.     *DefaultOption: TRACTOR
  31.     *Option: TRACTOR
  32.     {
  33.         *rcNameID: =TRACTOR_DISPLAY
  34.     }
  35.     *Option: MANUAL
  36.     {
  37.         *rcNameID: =MANUAL_FEED_DISPLAY
  38. *% Warning: this input bin has PSRC_MAN_PROMPT set in GPC, which is ignored by GPD.
  39.     }
  40.     *Option: Option3
  41.     {
  42.  
  43.     *Installable?:TRUE
  44.         *rcInstallableFeatureNameID: 258
  45.         *rcNameID: 258
  46.         *OptionID: 258
  47.         *Command: CmdSelect
  48.         {
  49.             *Order: DOC_SETUP.3
  50.             *Cmd: "<1B19>1"
  51.         }
  52.     }
  53.     *Option: Option4
  54.     {
  55.     *Installable?:TRUE
  56.         *rcInstallableFeatureNameID: 259
  57.         *rcNameID: 259
  58.         *OptionID: 259
  59.         *Command: CmdSelect
  60.         {
  61.             *Order: DOC_SETUP.3
  62.             *Cmd: "<1B19>2"
  63.         }
  64.     }
  65. }
  66. *Feature: Resolution
  67. {
  68.     *rcNameID: =RESOLUTION_DISPLAY
  69.     *DefaultOption: Option1
  70.     *Option: Option1
  71.     {
  72.         *Name: "360 x 180 " =DOTS_PER_INCH
  73.         *DPI: PAIR(360, 180)
  74.         *TextDPI: PAIR(360, 180)
  75.         *PinsPerLogPass: 24
  76.         *PinsPerPhysPass: 24
  77.         *MinStripBlankPixels: 360
  78.         *RequireUniDir?: TRUE
  79.         EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  80. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  81.         *SpotDiameter: 170
  82.         *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  83.     }
  84.     *Option: Option2
  85.     {
  86.         *Name: "360 x 360 " =DOTS_PER_INCH
  87.         *DPI: PAIR(360, 360)
  88.         *TextDPI: PAIR(360, 360)
  89.         *PinsPerLogPass: 48
  90.         *PinsPerPhysPass: 24
  91.         *MinStripBlankPixels: 360
  92.         *RequireUniDir?: TRUE
  93.         EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  94. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  95.         *SpotDiameter: 170
  96.         *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  97.     }
  98.     *Option: Option3
  99.     {
  100.         *Name: "180 x 180 " =DOTS_PER_INCH
  101.         *DPI: PAIR(180, 180)
  102.         *TextDPI: PAIR(180, 180)
  103.         *PinsPerLogPass: 24
  104.         *PinsPerPhysPass: 24
  105.         *MinStripBlankPixels: 180
  106.         *RequireUniDir?: TRUE
  107.         EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  108.         *SpotDiameter: 120
  109.         *Command: CmdSendBlockData { *Cmd : "<1B>*'" %l{NumOfDataBytes / 3} }
  110.     }
  111.     *Option: Option4
  112.     {
  113.         *Name: "120 x 180 " =DOTS_PER_INCH
  114.         *DPI: PAIR(120, 180)
  115.         *TextDPI: PAIR(120, 180)
  116.         *PinsPerLogPass: 24
  117.         *PinsPerPhysPass: 24
  118.         *MinStripBlankPixels: 120
  119.         *RequireUniDir?: TRUE
  120.         EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  121.         *SpotDiameter: 100
  122.         *Command: CmdSendBlockData { *Cmd : "<1B>*!" %l{NumOfDataBytes / 3} }
  123.     }
  124. }
  125. *Feature: PaperSize
  126. {
  127.     *rcNameID: =PAPER_SIZE_DISPLAY
  128.     *DefaultOption: A4
  129.     *Option: LETTER
  130.     {
  131.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  132.         *Command: CmdSelect
  133.         {
  134.             *Order: DOC_SETUP.4
  135.             *Cmd: "<1B>C<000B>"
  136.         }
  137.         *switch: InputBin
  138.         {
  139.             *case: TRACTOR
  140.             {
  141.                 *PrintableArea: PAIR(2880, 3960)
  142.                 *PrintableOrigin: PAIR(0, 0)
  143.             }
  144.             *case: MANUAL
  145.             {
  146.                 *PrintableArea: PAIR(2880, 3615)
  147.                 *PrintableOrigin: PAIR(0, 120)
  148.                 *switch: Resolution
  149.                 {
  150.                     *case: Option1
  151.                     {
  152. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  153.                         *PrintableArea: PAIR(2880, 3614)
  154.                     }
  155.                     *case: Option3
  156.                     {
  157. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  158.                         *PrintableArea: PAIR(2880, 3614)
  159.                     }
  160.                     *case: Option4
  161.                     {
  162. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  163.                         *PrintableArea: PAIR(2880, 3614)
  164.                     }
  165.                 }
  166.             }
  167.             *case: Option3
  168.             {
  169.                 *PrintableArea: PAIR(2880, 3615)
  170.                 *PrintableOrigin: PAIR(0, 120)
  171.                 *switch: Resolution
  172.                 {
  173.                     *case: Option1
  174.                     {
  175. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  176.                         *PrintableArea: PAIR(2880, 3614)
  177.                     }
  178.                     *case: Option3
  179.                     {
  180. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  181.                         *PrintableArea: PAIR(2880, 3614)
  182.                     }
  183.                     *case: Option4
  184.                     {
  185. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  186.                         *PrintableArea: PAIR(2880, 3614)
  187.                     }
  188.                 }
  189.             }
  190.             *case: Option4
  191.             {
  192.                 *PrintableArea: PAIR(2880, 3615)
  193.                 *PrintableOrigin: PAIR(0, 120)
  194.                 *switch: Resolution
  195.                 {
  196.                     *case: Option1
  197.                     {
  198. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  199.                         *PrintableArea: PAIR(2880, 3614)
  200.                     }
  201.                     *case: Option3
  202.                     {
  203. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  204.                         *PrintableArea: PAIR(2880, 3614)
  205.                     }
  206.                     *case: Option4
  207.                     {
  208. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  209.                         *PrintableArea: PAIR(2880, 3614)
  210.                     }
  211.                 }
  212.             }
  213.         }
  214.     }
  215.     *Option: LEGAL
  216.     {
  217.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  218.         *Command: CmdSelect
  219.         {
  220.             *Order: DOC_SETUP.4
  221.             *Cmd: "<1B>C<000E>"
  222.         }
  223.         *switch: InputBin
  224.         {
  225.             *case: TRACTOR
  226.             {
  227.                 *PrintableArea: PAIR(2880, 5040)
  228.                 *PrintableOrigin: PAIR(0, 0)
  229.             }
  230.             *case: MANUAL
  231.             {
  232.                 *PrintableArea: PAIR(2880, 4695)
  233.                 *PrintableOrigin: PAIR(0, 120)
  234.                 *switch: Resolution
  235.                 {
  236.                     *case: Option1
  237.                     {
  238. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  239.                         *PrintableArea: PAIR(2880, 4694)
  240.                     }
  241.                     *case: Option3
  242.                     {
  243. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  244.                         *PrintableArea: PAIR(2880, 4694)
  245.                     }
  246.                     *case: Option4
  247.                     {
  248. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  249.                         *PrintableArea: PAIR(2880, 4694)
  250.                     }
  251.                 }
  252.             }
  253.             *case: Option3
  254.             {
  255.                 *PrintableArea: PAIR(2880, 4695)
  256.                 *PrintableOrigin: PAIR(0, 120)
  257.                 *switch: Resolution
  258.                 {
  259.                     *case: Option1
  260.                     {
  261. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  262.                         *PrintableArea: PAIR(2880, 4694)
  263.                     }
  264.                     *case: Option3
  265.                     {
  266. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  267.                         *PrintableArea: PAIR(2880, 4694)
  268.                     }
  269.                     *case: Option4
  270.                     {
  271. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  272.                         *PrintableArea: PAIR(2880, 4694)
  273.                     }
  274.                 }
  275.             }
  276.             *case: Option4
  277.             {
  278.                 *PrintableArea: PAIR(2880, 4695)
  279.                 *PrintableOrigin: PAIR(0, 120)
  280.                 *switch: Resolution
  281.                 {
  282.                     *case: Option1
  283.                     {
  284. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  285.                         *PrintableArea: PAIR(2880, 4694)
  286.                     }
  287.                     *case: Option3
  288.                     {
  289. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  290.                         *PrintableArea: PAIR(2880, 4694)
  291.                     }
  292.                     *case: Option4
  293.                     {
  294. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  295.                         *PrintableArea: PAIR(2880, 4694)
  296.                     }
  297.                 }
  298.             }
  299.         }
  300.     }
  301.     *Option: A4
  302.     {
  303.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  304.         *Command: CmdSelect
  305.         {
  306.             *Order: DOC_SETUP.4
  307.             *Cmd: "<1B>2<1B>CG"
  308.         }
  309.         *switch: InputBin
  310.         {
  311.             *case: TRACTOR
  312.             {
  313.                 *PrintableArea: PAIR(2880, 4208)
  314.                 *PrintableOrigin: PAIR(0, 0)
  315.             }
  316.             *case: MANUAL
  317.             {
  318.                 *PrintableArea: PAIR(2880, 3863)
  319.                 *PrintableOrigin: PAIR(0, 120)
  320.                 *switch: Resolution
  321.                 {
  322.                     *case: Option1
  323.                     {
  324. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  325.                         *PrintableArea: PAIR(2880, 3862)
  326.                     }
  327.                     *case: Option3
  328.                     {
  329. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  330.                         *PrintableArea: PAIR(2880, 3862)
  331.                     }
  332.                     *case: Option4
  333.                     {
  334. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  335.                         *PrintableArea: PAIR(2880, 3862)
  336.                     }
  337.                 }
  338.             }
  339.             *case: Option3
  340.             {
  341.                 *PrintableArea: PAIR(2880, 3863)
  342.                 *PrintableOrigin: PAIR(0, 120)
  343.                 *switch: Resolution
  344.                 {
  345.                     *case: Option1
  346.                     {
  347. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  348.                         *PrintableArea: PAIR(2880, 3862)
  349.                     }
  350.                     *case: Option3
  351.                     {
  352. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  353.                         *PrintableArea: PAIR(2880, 3862)
  354.                     }
  355.                     *case: Option4
  356.                     {
  357. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  358.                         *PrintableArea: PAIR(2880, 3862)
  359.                     }
  360.                 }
  361.             }
  362.             *case: Option4
  363.             {
  364.                 *PrintableArea: PAIR(2880, 3863)
  365.                 *PrintableOrigin: PAIR(0, 120)
  366.                 *switch: Resolution
  367.                 {
  368.                     *case: Option1
  369.                     {
  370. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  371.                         *PrintableArea: PAIR(2880, 3862)
  372.                     }
  373.                     *case: Option3
  374.                     {
  375. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  376.                         *PrintableArea: PAIR(2880, 3862)
  377.                     }
  378.                     *case: Option4
  379.                     {
  380. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  381.                         *PrintableArea: PAIR(2880, 3862)
  382.                     }
  383.                 }
  384.             }
  385.         }
  386.     }
  387.     *Option: B5
  388.     {
  389.         *rcNameID: =RCID_DMPAPER_SYSTEM_NAME
  390.         *Command: CmdSelect
  391.         {
  392.             *Order: DOC_SETUP.4
  393.             *Cmd: "<1B>2<1B>C>"
  394.         }
  395.         *switch: InputBin
  396.         {
  397.             *case: TRACTOR
  398.             {
  399.                 *PrintableArea: PAIR(2581, 3643)
  400.                 *PrintableOrigin: PAIR(0, 0)
  401.                 *switch: Resolution
  402.                 {
  403.                     *case: Option1
  404.                     {
  405. *% Warning: the following printable length is adjusted (3643->3642) so it is divisible by the resolution Y scale.
  406.                         *PrintableArea: PAIR(2581, 3642)
  407.                     }
  408.                     *case: Option3
  409.                     {
  410. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  411. *% Warning: the following printable length is adjusted (3643->3642) so it is divisible by the resolution Y scale.
  412.                         *PrintableArea: PAIR(2580, 3642)
  413.                     }
  414.                     *case: Option4
  415.                     {
  416. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  417. *% Warning: the following printable length is adjusted (3643->3642) so it is divisible by the resolution Y scale.
  418.                         *PrintableArea: PAIR(2580, 3642)
  419.                     }
  420.                 }
  421.             }
  422.             *case: MANUAL
  423.             {
  424.                 *PrintableArea: PAIR(2581, 3298)
  425.                 *PrintableOrigin: PAIR(0, 120)
  426.                 *switch: Resolution
  427.                 {
  428.                     *case: Option3
  429.                     {
  430. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  431.                         *PrintableArea: PAIR(2580, 3298)
  432.                     }
  433.                     *case: Option4
  434.                     {
  435. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  436.                         *PrintableArea: PAIR(2580, 3298)
  437.                     }
  438.                 }
  439.             }
  440.             *case: Option3
  441.             {
  442.                 *PrintableArea: PAIR(2581, 3298)
  443.                 *PrintableOrigin: PAIR(0, 120)
  444.                 *switch: Resolution
  445.                 {
  446.                     *case: Option3
  447.                     {
  448. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  449.                         *PrintableArea: PAIR(2580, 3298)
  450.                     }
  451.                     *case: Option4
  452.                     {
  453. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  454.                         *PrintableArea: PAIR(2580, 3298)
  455.                     }
  456.                 }
  457.             }
  458.             *case: Option4
  459.             {
  460.                 *PrintableArea: PAIR(2581, 3298)
  461.                 *PrintableOrigin: PAIR(0, 120)
  462.                 *switch: Resolution
  463.                 {
  464.                     *case: Option3
  465.                     {
  466. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  467.                         *PrintableArea: PAIR(2580, 3298)
  468.                     }
  469.                     *case: Option4
  470.                     {
  471. *% Warning: the following printable width is adjusted (2581->2580) so it is divisible by the resolution X scale.
  472.                         *PrintableArea: PAIR(2580, 3298)
  473.                     }
  474.                 }
  475.             }
  476.         }
  477.     }
  478.     *Option: CUSTOMSIZE
  479.     {
  480.         *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  481.         *MinSize: PAIR(180, 180)
  482.         *MaxSize: PAIR(3060, 7920)
  483.         *MaxPrintableWidth: 2880
  484.         *MinLeftMargin: 0
  485.         *CenterPrintable?: FALSE
  486.         *switch: InputBin
  487.         {
  488.             *case: TRACTOR
  489.             {
  490.                 *TopMargin: 0
  491.                 *BottomMargin: 0
  492.             }
  493.             *case: MANUAL
  494.             {
  495.                 *TopMargin: 120
  496.                 *BottomMargin: 225
  497.             }
  498.             *case: Option3
  499.             {
  500.                 *TopMargin: 120
  501.                 *BottomMargin: 225
  502.             }
  503.             *case: Option4
  504.             {
  505.                 *TopMargin: 120
  506.                 *BottomMargin: 225
  507.             }
  508.         }
  509.     }
  510. }
  511. *Feature: Halftone
  512. {
  513.     *rcNameID: =HALFTONING_DISPLAY
  514.     *DefaultOption: HT_PATSIZE_AUTO
  515.     *Option: HT_PATSIZE_AUTO
  516.     {
  517.         *rcNameID: =HT_AUTO_SELECT_DISPLAY
  518.     }
  519. *Ifdef: WINNT_50
  520.     *Option: HT_PATSIZE_SUPERCELL_M
  521.     {
  522.         *rcNameID: =HT_SUPERCELL_DISPLAY
  523.     }
  524. *Endif:
  525.     *Option: HT_PATSIZE_6x6_M
  526.     {
  527.         *rcNameID: =HT_DITHER6X6_DISPLAY
  528.     }
  529.     *Option: HT_PATSIZE_8x8_M
  530.     {
  531.         *rcNameID: =HT_DITHER8X8_DISPLAY
  532.     }
  533. }
  534. *Command: CmdStartDoc
  535. {
  536.     *Order: DOC_SETUP.1
  537.     *Cmd: "<1B>{B<1B>@<1B>(t<03000003001B>t<001B>R<001B>(U<01000A0D>"
  538. }
  539. *Command: CmdStartPage
  540. {
  541.     *Order: PAGE_SETUP.1
  542.     *Cmd: "<0D>"
  543. }
  544. *RotateCoordinate?: FALSE
  545. *RotateRaster?: FALSE
  546. *RotateFont?: FALSE
  547. *switch: Orientation
  548. {
  549.     *case: PORTRAIT
  550.     {
  551.         *TextCaps: LIST(TC_SA_DOUBLE,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  552.     }
  553.     *case: LANDSCAPE_CC270
  554.     {
  555.         *TextCaps: LIST(TC_RA_ABLE)
  556.     }
  557. }
  558. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  559. *YMoveAttributes: LIST(SEND_CR_FIRST)
  560. *MaxLineSpacing: 255
  561. *XMoveThreshold: 0
  562. *YMoveThreshold: *
  563. *XMoveUnit: 360
  564. *YMoveUnit: 360
  565. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l{DestX} }
  566. *Command: CmdYMoveRelDown { *Cmd : "<1B>(v<0200>" %l{DestYRel} }
  567. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{(LinefeedSpacing / 2) } }
  568. *Command: CmdCR { *Cmd : "<0D>" }
  569. *Command: CmdLF { *Cmd : "<0A>" }
  570. *Command: CmdFF { *Cmd : "<0C>" }
  571. *Command: CmdBackSpace { *Cmd : "<08>" }
  572. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  573. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  574. *EjectPageWithFF?: FALSE
  575. *switch: InputBin
  576. {
  577.     *case: MANUAL
  578.     {
  579.         *EjectPageWithFF?: TRUE
  580.     }
  581.     *case: Option3
  582.     {
  583.         *EjectPageWithFF?: TRUE
  584.     }
  585.     *case: Option4
  586.     {
  587.         *EjectPageWithFF?: TRUE
  588.     }
  589. }
  590. *OutputDataFormat: V_BYTE
  591. *OptimizeLeftBound?: FALSE
  592. *CursorXAfterSendBlockData: AT_GRXDATA_END
  593. *CursorYAfterSendBlockData: NO_MOVE
  594. *DefaultFont: 72
  595. *DefaultCTT: 1
  596. *switch: Orientation
  597. {
  598.     *case: PORTRAIT
  599.     {
  600.         *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
  601. +                   17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,
  602. +                   33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,
  603. +                   49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,
  604. +                   65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,
  605. +                   81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,
  606. +                   97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,
  607. +                   113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,
  608. +                   129,130,131,132,133,134,135,136)
  609.     }
  610.     *case: LANDSCAPE_CC270
  611.     {
  612.         *DeviceFonts: LIST()
  613.     }
  614. }
  615. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  616. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  617. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  618. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  619. *Command: CmdUnderlineOn { *Cmd : "<1B>-<01>" }
  620. *Command: CmdUnderlineOff { *Cmd : "<1B>-<00>" }
  621.